home *** CD-ROM | disk | FTP | other *** search
- on soundonoff onoff
- global soundstatus
- if onoff = "on" then
- set the soundEnabled to 1
- else
- if onoff = "off" then
- set the soundEnabled to 0
- end if
- end if
- if soundstatus then
- set soundstatus to 0
- set the castNum of sprite 18 to the number of cast "soundOff,up"
- set the locH of sprite 18 to 248
- set the locV of sprite 18 to 440
- else
- set soundstatus to 1
- set the castNum of sprite 18 to the number of cast "soundOn,up"
- set the locH of sprite 18 to 248
- set the locV of sprite 18 to 440
- end if
- updateStage()
- end
-
- on eracemenudownbutton
- global poponoff
- set poponoff to 0
- puppetSprite(20, 0)
- puppetSprite(21, 0)
- puppetSprite(22, 0)
- puppetSprite(23, 0)
- updateStage()
- end
-